ocr: to that class. new: a method of obtaining memory at execution time. In C, this would relate to the mallocu function. Use the keyword 'new".For eHample, new int; // creates space for 1 integer -oct: a 1/0 manipulator that will use the octal base for dealing with numbers. For eHample, given cout << oct << 56 ; then the value printed would be the octal equivalent of 56. overioading: a key reature of C++, that allows you to redetine operatorsuie. *>>,c,etc...) to perform other actions, based on your detinition of that operator. In dealing with runctions, you can also overioad a runction, so that t ...